@media only screen and (min-width:1025px) {
    .page_banner {
        position: relative;
    }
    .page_banner.about_top {
        background-image: url(../img/about_top.jpg);
    }
    .page_banner.about_top .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        text-align: center;
    }
    .page_banner.about_top .text h5 {
        font-size: 42px;
        color: #fff;
    }
    .page_banner.about_top .text .time {
        width: 220px;
        height: 56px;
        border: 2px solid #fff;
        margin: auto;
        line-height: 52px;
        color: #fff;
        font-size: 22px;
        margin-top: 30px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_banner.about_top .text .time:hover {
        border: 2px solid #fff100;
        background: #fff100;
        color: #222;
        cursor: pointer;
    }
    .page_about {
        margin-bottom: 120px;
    }
    .page_about .advantage {
        height: 160px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .page_about .advantage .zxcontent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .page_about .advantage .zxcontent .item {
        display: flex;
        align-items: center;
    }
    .page_about .advantage .zxcontent .item .ico {
        margin-right: 20px;
    }
    .page_about .advantage .zxcontent .item .cont h6 {
        color: #777;
        font-size: 16px;
    }
    .page_about .advantage .zxcontent .item .cont p {
        color: #222222;
        font-size: 18px;
        margin-top: 6px;
    }
    .page_about .about-main {
        width: 100%;
        margin-top: 80px;
        position: relative;
    }
    .page_about .about-main .zxcontent .title h5 {
        font-size: 62px;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-main .zxcontent .title h6 {
        font-size: 32px;
        color: #fff100;
    }
    .page_about .about-main .zxcontent .about-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px;
    }
    .page_about .about-main .zxcontent .about-content .cont-l {
        width: 49%;
    }
    .page_about .about-main .zxcontent .about-content .cont-l p {
        color: #666;
        line-height: 32px;
        font-size: 16px;
    }
    .page_about .about-main .zxcontent .about-content .cont-r {
        width: 45%;
        display: flex;
        justify-content: space-between;
    }
    .page_about .about-main .zxcontent .about-content .cont-r .ico {
        margin-right: 40px;
    }
    .page_about .about-main .zxcontent .about-content .cont-r .text {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        line-height: 32px;
    }
    .page_about .about-main .zxcontent .about-content.content2 {
        position: relative;
    }
    .page_about .about-main .zxcontent .about-content.content2 .cont-r {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 50px;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic {
        position: absolute;
        z-index: 2;
        overflow: hidden;
        width: 44%;
        bottom: 0;
        right: 0;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_about .about-main .about-cp-cn {
        position: absolute;
        top: -10px;
        right: 0;
    }
    .page_about .about-main .block1 {
        width: 40%;
        height: 180px;
        background: #fff100;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
    .page_about .about-culture {
        margin-top: 100px;
        overflow: hidden;
    }
    .page_about .about-culture .zxcontent .itme {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_about .about-culture .zxcontent .itme .text {
        width: 31%;
        position: relative;
    }
    .page_about .about-culture .zxcontent .itme .pic {
        width: 56%;
        overflow: hidden;
    }
    .page_about .about-culture .zxcontent .itme .pic img {
        max-width: 100%;
    }
    .page_about .about-culture .zxcontent .itme .text .title {
        font-size: 44px;
        font-weight: bold;
        width: 88px;
        position: absolute;
        right: 0;
        top: 30px;
        color: #222;
    }
    .page_about .about-culture .zxcontent .itme .text .start {
        position: absolute;
        width: 27px;
        font-size: 26px;
        right: 0;
        top: 187px;
        color: #222;
    }
    .page_about .about-culture .zxcontent .itme .text .year {
        position: absolute;
        font-size: 120px;
        font-weight: bold;
        color: #fff100;
        right: 0;
        top: 220px;
        padding-right: 58px;
    }
    .page_about .about-culture .zxcontent .itme .text .year::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 25px;
        height: 25px;
        background: #fff100;
        border-radius: 50%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 {
        margin-top: 108px;
        position: relative;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .pic {
        width: 56.5%;
        height: 492px;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .pic img {
        position: absolute;
        z-index: 9;
        right: 57%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .pic .founder {
        position: absolute;
        right: 52%;
        font-size: 20px;
        color: #333;
        top: 22%;
        z-index: 10;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text {
        width: 43%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text .cont p {
        font-size: 18px;
        color: #333;
        margin-bottom: 32px;
        position: relative;
        padding-left: 35px;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text .cont p::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 3px solid #fff100;
        border-radius: 50%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .block2 {
        width: 100%;
        height: 180px;
        background: #fff100;
        position: absolute;
        bottom: 0;
        left: -57%;
        z-index: 1;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .culture-text {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 20px;
        font-family: Arial;
        width: 120px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .page_about .about-develop {
        overflow: hidden;
        margin-top: 120px;
    }
    .page_about .develop-main {
        width: 85%;
        position: relative;
        overflow: hidden;
        height: 768px;
        display: flex;
        justify-content: space-between;
    }
    .page_about .develop-main .title {
        position: absolute;
        right: 2%;
        top: 18%;
        z-index: 10;
        font-family: Arial;
    }
    .page_about .develop-main .title h3 {
        font-size: 60px;
        font-weight: bold;
        color: #000;
    }
    .page_about .develop-main .title h4 {
        text-align: center;
        font-size: 26px;
        color: #000;
    }
    .page_about .develop-main .develop-list {
        height: 768px;
        width: 70%;
    }
    .page_about .develop-main .develop-list .item {
        height: 768px;
        color: #fff;
        position: relative;
    }
    .page_about .develop-main .develop-list .item::after {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }
    .page_about .develop-main .develop-list .item .text {
        position: absolute;
        top: 24%;
        left: 26%;
        z-index: 6;
    }
    .page_about .develop-main .develop-list .item .text h5 {
        font-size: 80px;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
    }
    .page_about .develop-main .develop-list .item .text h5 span {
        font-size: 30px;
        font-weight: 500;
        margin-left: -15px;
    }
    .page_about .develop-main .develop-list .item .text h5::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 15%;
        height: 5px;
        background: #fff;
    }
    .page_about .develop-main .develop-list .item:hover .text h5::after {
        width: 30%;
    }
    .page_about .develop-main .develop-list .item .text .note {
        margin-top: 30px;
    }
    .page_about .develop-main .develop-list .item .text .note p {
        font-size: 22px;
        margin-top: 15px;
    }
    .page_about .develop-main .timetable {
        background: #fff100;
        height: 768px;
        width: 30.8%;
        text-align: center;
        z-index: 9;
    }
    .page_about .develop-main .timetable .timetable-list {
        height: 380px;
        margin-top: 300px;
        overflow: hidden;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide {
        font-size: 20px;
        opacity: 0.7;
        color: #222;
        line-height: 50px;
        cursor: pointer;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-prev,
    .swiper-slide-next {
        opacity: 0.9;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-active {
        color: #222;
        opacity: 1;
        margin: 28px 0;
        position: relative;
        font-size: 30px;
        line-height: 63px;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-active::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0px;
        right: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 50%;
        height: 3px;
        background: #fff;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-active::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 0px;
        right: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 50%;
        height: 3px;
        background: #fff;
    }
    .page_about .about-honors {
        overflow: hidden;
        margin-top: 120px;
    }
    .page_about .about-honors .zxcontent .title {
        position: relative;
    }
    .page_about .about-honors .zxcontent .title .navigation {
        position: absolute;
        right: 0;
        top: 40%;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-prev,
    .honors-button-next {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #f0f0f0;
        position: relative;
        cursor: pointer;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-pagination {
        width: 88px;
        font-size: 25px;
        letter-spacing: -3px;
        color: #222;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-prev:hover {
        background: #fff100;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-next:hover {
        background: #fff100;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-prev:hover::after {
        color: #222;
    }
    .page_about .about-honors .zxcontent .title .navigation .honors-button-next:hover::after {
        color: #222;
    }
    .page_about .about-honors .zxcontent .title h5 {
        font-size: 62px;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-honors .zxcontent .title h6 {
        font-size: 32px;
        color: #fff100;
    }
    .page_about .about-honors .honors-cont {
        background: #fff100;
        padding: 80px 0;
        margin-top: 80px;
    }
    .page_about .about-honors .honors-cont .zxcontent {
        overflow: hidden;
    }
    .page_about .about-honors .honors-cont .zxcontent.row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }
    .page_about .about-honors .honors-cont .zxcontent.row .right-list{
        width: 50%;
        overflow: hidden;
    }
    .page_about .about-honors .honors-cont .zxcontent .text {
        width: 46%;
    }
    .page_about .about-honors .honors-cont .zxcontent .text p {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 24px;
        color: #222;
        position: relative;
    }

    .page_about .about-honors .honors-cont .zxcontent ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_about .about-honors .honors-cont .zxcontent ul li {
        width: 48%;
        border: 5px solid #fff;
        margin-bottom: 3%;
    }
    .page_about .about-honors .honors-cont .zxcontent ul li img {
        width: 100%;
    }
    .page_about .about-honor {
        margin-top: 120px;
    }
    .page_about .about-honor .zxcontent {
        overflow: hidden;
        position: relative;
    }
    .page_about .about-honor .zxcontent .title h5 {
        font-size: 62px;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-honor .zxcontent .title h6 {
        font-size: 32px;
        color: #fff100;
    }
    .page_about .about-honor .zxcontent .honor-main {
        margin-top: 80px;
    }
    .page_about .about-honor .zxcontent .honor-main .honor-list .item img {
        max-width: 100%;
    }
    .page_about .about-honor .zxcontent .navigation {
        display: flex;
        align-items: center;
        text-align: center;
        position: absolute;
        right: 0;
        top: 50px;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev,
    .honor-button-next {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #f0f0f0;
        position: relative;
        cursor: pointer;
    }
    .page_about .about-honor .zxcontent .navigation .honor-pagination {
        width: 88px;
        font-size: 25px;
        letter-spacing: -3px;
        color: #222;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev:hover {
        background: #fff100;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-next:hover {
        background: #fff100;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev:hover::after {
        color: #222;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-next:hover::after {
        color: #222;
    }
    .page_about .about-team {
        margin-top: 120px;
    }
    .page_about .about-team .zxcontent {
        position: relative;
    }
    .page_about .about-team .zxcontent .title h5 {
        font-size: 62px;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-team .zxcontent .title h6 {
        font-size: 32px;
        color: #fff100;
    }
    .page_about .about-team .zxcontent .team-main {
        margin-top: 30px;
    }
    .page_about .about-team .zxcontent .team-main .item ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 1050px;
        width: 87%;
        float: right;
    }
    .page_about .about-team .zxcontent .team-main .item ul li {
        margin-bottom: 3%;
        width: 48.5%;
        margin-left: 3%;
        overflow: hidden;
    }
    .page_about .about-team .zxcontent .team-main .item ul li:nth-child(1) {
        margin-left: 0px;
        margin-top: 15%;
    }
    .page_about .about-team .zxcontent .team-main .item ul li:nth-child(2) {
        margin-left: 0px;
    }
    .page_about .about-team .zxcontent .team-main .item ul li img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_about .about-team .zxcontent .team-main .item ul li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_about .about-team .zxcontent .navigation {
        display: flex;
        align-items: center;
        text-align: center;
        position: absolute;
        right: 12%;
        bottom: 6%;
        z-index: 9;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev,
    .team-button-next {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #f0f0f0;
        position: relative;
        cursor: pointer;
    }
    .page_about .about-team .zxcontent .navigation .team-pagination {
        width: 88px;
        font-size: 25px;
        letter-spacing: -3px;
        color: #222;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-team .zxcontent .navigation .team-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev:hover {
        background: #fff100;
    }
    .page_about .about-team .zxcontent .navigation .team-button-next:hover {
        background: #fff100;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev:hover::after {
        color: #fff;
    }
    .page_about .about-team .zxcontent .navigation .team-button-next:hover::after {
        color: #fff;
    }
    /* 新闻列表 */
    .news_top {
        background: url(../img/news-list-bg.jpg) 0 0 no-repeat;
    }
    .news_top .zxcontent {
        height: 700px;
    }
    .news_top .zxcontent .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
    .news_top .zxcontent .text h5 {
        color: #fff100;
        font-size: 36px;
        font-family: Arial;
        font-weight: bold;
    }
    .news_top .zxcontent .text .title {
        color: #fff;
        font-size: 34px;
        margin-top: 10px;
    }
    .news_top .zxcontent .text .sub-mouse {
        position: static;
        margin-left: 0px;
        margin: 60px 0;
    }
    .news_top .zxcontent .text .sub-mouse span {
        text-align: left;
        width: auto;
    }
    .news_top .zxcontent .text .sub-mouse span img {
        display: block;
    }
    .news_top .zxcontent .text .page-cate ul {
        display: flex;
    }
    .news_top .zxcontent .text .page-cate ul li {
        margin-right: 38px;
    }
    .news_top .zxcontent .text .page-cate ul li a {
        color: #fff;
        font-size: 22px;
    }
    .news_top .zxcontent .text .page-cate ul li a:hover {
        color: #fff100;
        font-size: 22px;
    }    
    .news_top .zxcontent .text .page-cate ul li a.on {
        color: #fff100;
    }
    .page-news {
        margin: 120px 0;
    }
    .page-news .zxcontent .list-title {
        text-align: center;
        margin-bottom: 80px;
    }
    .page-news .zxcontent .list-title h3 span {
        font-size: 36px;
        color: #333;
        font-weight: bold;
    }
    .page-news .zxcontent .list-title h3 i.line {
        width: 150px;
        height: 2px;
        background-color: #dedfde;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }
    .page-news .zxcontent .list-title h3 i.line:nth-of-type(2) {
        margin-right: 0;
        margin-left: 30px;
    }
    .page-news .zxcontent .list-title h4 {
        text-transform: uppercase;
        color: #fff100;
        font-size: 18px;
        margin-top: 8px;
    }
    .page-news .zxcontent .news-list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 1px solid #eee;
        padding: 25px;
        margin-top: 35px;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item::after {
        /* content: ""; */
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 9;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 0;
        height: 1px;
        background: #fff100;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item:hover {
        border: 1px solid #fff100;
    }
    .page-news .zxcontent .news-list .item .pic {
        width: 28%;
        overflow: hidden;
    }
    .page-news .zxcontent .news-list .item .pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item .cont {
        width: 68%;
    }
    .page-news .zxcontent .news-list .item .cont h4 a {
        color: #000;
        font-size: 22px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;font-weight: bold;
    }
    .page-news .zxcontent .news-list .item:hover .cont h4 a {
        color: #000;
    }
    .page-news .zxcontent .news-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-news .zxcontent .news-list .item .cont p {
        color: #666;
        margin-top: 30px;
        line-height: 28px;
        font-size: 15px;
    }
    .page-news .zxcontent .news-list .item .cont .time {
        display: block;
        background: url(../img/time-ico.png) 0 0 no-repeat;
        color: #666;
        padding-left: 30px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        margin-top: 30px;
    }
    .page-news .zxcontent .paging {
        text-align: center;
        margin-top: 80px;
    }
    .page-news .zxcontent .paging a {
        display: inline-block;
        padding: 7px 14px;
        margin: 0 3px;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #666;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .paging a.on {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    .page-news .zxcontent .paging a:hover {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    /* 新闻内页 */
    .page-news.news-content {
        background: #f8f8f8;
        padding-bottom: 120px;
        margin: 0;
    }
    .page-news.news-content .zxcontent {
        background: #fff;
        margin-top: -50px;
        padding: 60px;
        position: relative;
        z-index: 9;
    }
    .page-news.news-content .zxcontent .news-top {
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    .page-news.news-content .zxcontent .news-top .time {
        width: 179px;
        height: 123px;
        background: url(../img/news-time-bg.png) 0 0 no-repeat;
        margin: auto;
        text-align: center;
    }
    .page-news.news-content .zxcontent .news-top .time h5 {
        font-size: 52px;
        color: #fff100;
        font-weight: bold;
        padding-top: 36px;
    }
    .page-news.news-content .zxcontent .news-top .time span {
        color: #fff100;
    }
    .page-news.news-content .zxcontent .news-top .title {
        font-size: 26px;
        color: #222;
        margin-top: 25px;
        text-align: center;
    }
    .page-news.news-content .zxcontent .cont-main {
        margin: 38px 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    .page-news.news-content .zxcontent .cont-main p {
        color: #666;
        line-height: 26px;
        margin-bottom: 18px;
        text-indent: 2em;
    }
    .page-news.news-content .zxcontent .cont-main img{
        max-width: 100%;
    }
    .page-news.news-content .zxcontent .page-action {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 35px 0;
    }
    .page-news.news-content .zxcontent .page-action div {
        width: 33.33%;
        text-align: center;
    }
    .page-news.news-content .zxcontent .page-action .prev-button {
        text-align: left;
    }
    .page-news.news-content .zxcontent .page-action .back-button {
        width: 180px;
        border-radius: 50px;
        background: #222222;
        height: 45px;
        line-height: 45px;
        color: #fff;
        font-size: 17px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        cursor: pointer;
    }
    .page-news.news-content .zxcontent .page-action .back-button:hover {
        background: #fff100;
    }
    .page-news.news-content .zxcontent .page-action .back-button img {
        margin-left: 5px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news.news-content .zxcontent .page-action .next-button {
        text-align: right;
    }
    .page-news.news-content .zxcontent .page-action div h6 {
        color: #fff100;
        font-size: 22px;
        font-family: Arial;
    }
    .page-news.news-content .zxcontent .page-action div a {
        display: block;
        font-size: 18px;
        margin-top: 12px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        color: #222;
    }
    .page-news.news-content .zxcontent .page-action div a:hover {
        color: #fff100;
    }
    /* 内刊列表 */
    .page-news .zxcontent .article-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-news .zxcontent .article-list .item {
        width: 48%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5%;
    }
    .page-news .zxcontent .article-list .item .pic {
        width: 35%;
        border: 1px solid #ddd;
    }
    .page-news .zxcontent .article-list .item .cont {
        width: 59%;
    }
    .page-news .zxcontent .article-list .item .cont h4 {
        font-size: 24px;
        font-weight: bold;
        color: #222;
        margin-top: 10px;
    }
    .page-news .zxcontent .article-list .item .cont h5 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin: 20px 0;
    }
    .page-news .zxcontent .article-list .item .cont p {
        color: #333;
        line-height: 26px;
    }
    .page-news .zxcontent .article-list .item .cont .more {
        display: block;
        width: 160px;
        height: 46px;
        text-align: center;
        background: #222;
        line-height: 46px;
        font-size: 16px;
        color: #fff;
        margin-top: 35px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .article-list .item .cont .more:hover {
        background: #fff100;
        color: #222;
    }
    /* 案例列表 */
    .case_top {
        background: url(../img/case_bg.jpg) 0 0 no-repeat;
    }
    .case_top .zxcontent {
        height: 700px;
    }
    .case_top .zxcontent .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
    }
    .case_top .zxcontent .text .division {
        display: block;
        width: 80px;
        height: 3px;
        background: #fff;
        margin: 15px auto;
    }
    .case_top .zxcontent .text h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 36px;
    }
    .case_top .zxcontent .text .title {
        font-size: 28px;
        color: #fff100;
    }
    .page-case {
        margin: 120px 0;
    }
    .page-case .title {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .page-case .title .bt-l {
        border-left: 4px solid #fff100;
        padding-left: 15px;
        width: 40%;
    }
    .page-case .title .bt-l h6 {
        font-size: 24px;
        text-transform: uppercase;
        color: #999;
        font-weight: bold;
    }
    .page-case .title .bt-l h5 {
        font-size: 32px;
        font-weight: bold;
        color: #222;
    }
    .page-case .title .bt-l h5 span {
        margin-left: 15px;
    }
    .page-case .title .bt-r {
        width: 60%;
        color: #666;
        line-height: 22px;
    }
    .page-case .case-list .zxcontent {
        overflow: hidden;
    }
    .page-case .list-main {
        margin-top: 80px;
    }
    .page-case .list-main .main-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-case .list-main .main-wrapper .itme {
        width: 32%;
        margin-bottom: 38px;
        cursor: pointer;
    }
    .page-case .list-main .main-wrapper .itme .pic {
        position: relative;
        overflow: hidden;
    }
    .page-case .list-main .main-wrapper .itme .pic::after {
        content: "";
        height: 2px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: -100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 100%;
        height: 0%;
        z-index: 8;
    }
    .page-case .list-main .main-wrapper .itme .pic .img img {
        width: 100%;
    }
    .page-case .list-main .main-wrapper .itme .pic .img-bt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        width: 58px;
        z-index: 9;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .main-wrapper .itme .pic .img-bts {
        position: absolute;
        top: -50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        width: 58px;
        z-index: 9;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .main-wrapper .itme .text {
        height: 52px;
        line-height: 52px;
        background: #eee;
        text-align: center;
        font-size: 16px;
        color: #333;
    }
    .page-case .list-main .main-wrapper .itme:hover .text {
        background: #fff100;
        color: #222;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .main-wrapper .itme:hover .pic::after {
        width: 100%;
        height: 100%;
        top: 0;
    }
    .page-case .list-main .main-wrapper .itme:hover .pic .img-bt {
        top: 200%;
        opacity: 0;
    }
    .page-case .list-main .main-wrapper .itme:hover .pic .img-bts {
        top: 50%;
    }
    .page-case .list-main .mask-box {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    .page-case .list-main .video-wrap {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 1100px;
        height: 700px;
        padding: 20px;
        background-color: #fff;
        z-index: 1001;
        display: none;
    }
    .page-case .list-main .video-wrap .video-desc {
        font-size: 20px;
        color: #222;
        line-height: 35px;
        margin-top: 15px;
    }
    .page-case .list-main .navigation {
        text-align: center;
        margin-top: 30px;
    }
    .page-case .list-main .navigation div {
        border-radius: 1px;
        display: inline-block;
        background: #fff100;
        width: 128px;
        height: 46px;
        position: relative;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .navigation .listcase-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 22px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 46px;
        color: #000;
    }
    .page-case .list-main .navigation .listcase-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 22px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 46px;
        color: #000;
    }
    .page-case .list-main .navigation div:hover {
        background: #fff100;
    }
    .page-case .case-pattern {
        background: #222;
        padding-top:120px;
        margin: 120px 0;
        overflow: hidden;
    }
    .page-case .case-pattern .zxcontent .title .bt-l h6 {
        color: #fff;
        font-size: 20px;
    }
    .page-case .case-pattern .zxcontent .title .bt-l h5 {
        color: #fff;
    }
    .page-case .case-pattern .title .bt-l {
        width: 100%;
    }
    .page-case .case-pattern .title .note {
        font-size: 22px;
        color: #fff100;
        padding-left: 15px;
        margin-top: 10px;
    }
    .page-case .case-pattern .pic {
        margin-top: 0;
    }
    .page-case .case-intelligent {
        overflow: hidden;
    }
    .page-case .case-intelligent img {
        width: 100%;
    }
    .page-case .case-technology {
        margin-top: 100px;
    }
    .page-case .case-technology .zxcontent {
        overflow: hidden;
    }
    .page-case .case-technology .pic-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .page-case .case-technology .pic-list .left {
        width: 55%;
        overflow: hidden;
    }
    .page-case .case-technology .pic-list .left img {
        width: 100%;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-technology .pic-list .right {
        width: 44%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-case .case-technology .pic-list .right .itme {
        width: 49%;
        overflow: hidden;
        margin-bottom: 2.25%;
    }
    .page-case .case-technology .pic-list .right .itme img {
        width: 100%;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-technology .pic-list .right .itme:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-case .case-technology .pic-list .left:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    /* 人才招聘 */
    .jobs_top {
        background-image: url(../img/jobs-bg.jpg);
    }
    .jobs_top .zxcontent {
        height: 700px;
    }
    .jobs_top .zxcontent .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .jobs_top .zxcontent .text h5 {
        color: #fff100;
        font-size: 36px;
        font-family: Arial;
        font-weight: bold;
        text-transform: uppercase;
    }
    .jobs_top .zxcontent .text .title {
        color: #fff;
        font-size: 34px;
        margin-top: 10px;
        line-height: 48px;
    }
    .jobs_top .zxcontent .text .division {
        display: block;
        width: 80px;
        height: 3px;
        background: #fff100;
        margin: 15px 0;
    }
    .jobs_top .zxcontent .text h6 {
        font-size: 20px;
        color: #fff;
        margin-top: 20px;
    }
    .page-jobs .jobs-advantage {
        margin-top: 100px;
    }
    .page-jobs .jobs-advantage .itme {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        margin-top: 35px;
    }
    .page-jobs .jobs-advantage .itme:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .page-jobs .jobs-advantage .itme:nth-child(2n) .text {
        margin-left: 0;
        margin-right: 4.5%;
    }
    .page-jobs .jobs-advantage .itme:nth-child(2n) .pic {
        margin-left: 0%;
        margin-right: 1.5%;
    }
    .page-jobs .jobs-advantage .itme::after {
        content: "";
        height: 80%;
        background-color: #f8f8f8;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 100%;
        z-index: 1;
    }
    .page-jobs .jobs-advantage .itme .pic {
        position: relative;
        z-index: 2;
        width: 40%;
        max-width: 522px;
        margin-left: 1.5%;
        border: 5px solid #fff100;
        overflow: hidden;
        margin-bottom: 1.5%;
    }
    .page-jobs .jobs-advantage .itme .pic img {
        width: 100%;
    }
    .page-jobs .jobs-advantage .itme:hover .text span.division {
        width: 95px;
    }
    .page-jobs .jobs-advantage .itme .text {
        width: 50%;
        position: relative;
        z-index: 2;
        margin-left: 4.5%;
        margin-top: 4.5%;
    }
    .page-jobs .jobs-advantage .itme .text h5 {
        color: #333;
        font-size: 26px;
        font-weight: bold;
    }
    .page-jobs .jobs-advantage .itme .text p {
        font-size: 16px;
        line-height: 26px;
        color: #666;
    }
    .page-jobs .jobs-advantage .itme .text span.division {
        display: block;
        width: 75px;
        height: 4px;
        margin: 15px 0;
        background: #fff100;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs .jobs-explore {
        margin-top: 100px;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme {
        width: 32%;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic {
        overflow: hidden;
        position: relative;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic img {
        max-width: 100%;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic a::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        left: 0px;
        z-index: 1;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.7);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic .pic-bt {
        position: absolute;
        top: -50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        z-index: 2;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text span {
        display: block;
        width: 42px;
        background: #fff100;
        height: 3px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text h5 a {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        text-align: center;
        display: block;
        margin: 18px 0;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text .more {
        text-align: center;
        display: block;
        margin: 12px auto;
        width: 128px;
        height: 40px;
        line-height: 40px;
        color: #333;
        border: 1px solid #ddd;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        margin-top: 20px;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme:hover .text .more {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic:hover a::after {
        top: 0;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic:hover .pic-bt {
        top: 50%;
    }
    /* 校园招聘 */
    .page-jobs-cont {
        background: url(../img/jobs.jpg) bottom no-repeat #f3f3f3;
        padding: 120px 0;
        overflow: hidden;
    }
    .page-jobs-cont .zxcontent {
        background: #fff;
        padding: 60px;
    }
    .page-jobs-cont .zxcontent .title {
        text-align: center;
        text-transform: uppercase;
        color: #666;
        font-size: 16px;
    }
    .page-jobs-cont .zxcontent .title h5 {
        font-size: 30px;
        font-weight: bold;
        color: #222;
    }
    .page-jobs-cont .zxcontent .title span {
        display: block;
        margin: 10px auto;
        width: 60px;
        height: 3px;
        background: #fff100;
    }
    .page-jobs-cont .zxcontent .welfare {
        margin-top: 40px;
    }
    .page-jobs-cont .zxcontent .welfare .welfare-list {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .page-jobs-cont .zxcontent .welfare .itme {
        text-align: center;
        width: 22%;
    }
    .page-jobs-cont .zxcontent .welfare .itme .ico {
        position: relative;
        width: 138px;
        height: 138px;
        background: #fff100;
        border-radius: 50%;
        margin: auto;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs-cont .zxcontent .welfare .itme .ico:hover {
        top: -10px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1)
    }
    .page-jobs-cont .zxcontent .welfare .itme .ico img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-jobs-cont .zxcontent .welfare .itme h5 {
        font-size: 22px;
        color: #222;
        margin-top: 18px;
    }
    .page-jobs-cont .zxcontent .welfare .itme span {
        height: 30px;
        width: 3px;
        background: #fff100;
        display: block;
        margin: 15px auto;
    }
    .page-jobs-cont .zxcontent .welfare .itme p {
        font-size: 15px;
        color: #666;
        line-height: 24px;
    }
    .page-jobs-cont .zxcontent .position {
        margin-top: 100px;
    }
    .page-jobs-cont .zxcontent .position .position-list {
        margin-top: 80px;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme {
        position: relative;
        padding-bottom: 35px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 50px;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .position-name {
        font-size: 24px;
        margin-bottom: 5px;
        color: #222;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li {
        width: 25%;
        position: relative;
        text-align: center;
        font-size: 16px;
        color: #666;
        overflow: hidden;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        background: #ddd;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(1) {
        text-align: left;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(2) {}
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(3) {
        width: 37%;
        padding: 0 2%;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(3):after {
        display: none;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4):after {
        display: none;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4) {
        overflow: initial;
        cursor: pointer;
        display: block;
        width: 13%;
        height: 46px;
        line-height: 46px;
        background: #eee;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        /* color: #fff; */
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .cont {
        cursor: auto;
        position: absolute;
        bottom: 0;
        background: #fff100;
        height: 0;
        bottom: 46px;
        right: 0;
        width: 700px;
        padding: 0;
        font-size: 15px;
        line-height: 18px;
        text-align: left;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        overflow: hidden;
        color: #333;
        opacity: 0;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .cont h5 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .cont p {
        line-height: 20px;
        margin-bottom: 12px;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4):hover .cont {
        height: 450px;
        padding: 50px;
        opacity: 1;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4):hover {
        background: #fff100;
        color: #333;
    }
    .page-jobs-cont .zxcontent .position .paging {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    .page-jobs-cont .zxcontent .position .paging .note {
        color: #333;
        font-size: 16px;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main a {
        display: inline-block;
        padding: 7px 14px;
        margin: 0 3px;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #666;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main a.on {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main a:hover {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    /* 联系我们 */
    .contact_top {
        background: url(../img/contact_bg.jpg) 0 0 no-repeat;
    }
    .contact_top .contact-tel {
        margin-top: 18px;
    }
    .page-contact .contact-main .map {
        margin-top: 60px;
    }
    .page-contact .contact-main .contact-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .page-contact .contact-main .contact-cont .itme {
        padding: 25px 0;
        font-size: 16px;
        color: #222;
    }
    .page-contact .contact-main .contact-cont .itme:nth-child(1) {
        width: 100%;
        background: url("../img/marker_black.png") 90% center no-repeat;
        border-bottom: 1px solid #ddd;
    }
    .page-contact .contact-main .contact-cont .itme:nth-child(1) p {
        font-size: 24px;
    }
    .page-contact .contact-main .contact-cont .itme p {
        font-size: 26px;
        margin-top: 8px;
        color: #222;
        font-family: Arial;
    }
    .page-contact .contact-book {
        margin-top: 80px;
    }
    .page-contact .contact-book .book-main {
        margin-top: 60px;
    }
    .page-contact .contact-book .book-main ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-contact .contact-book .book-main ul li {
        width: 48%;
        margin-bottom: 25px;
        position: relative;
    }
    .page-contact .contact-book .book-main ul li input {
        height: 56px;
        width: 100%;
        border: 1px solid #ddd;
        text-indent: 2em;
    }
    .page-contact .contact-book .book-main .textarea {
        position: relative;
        padding: 0;
        border: 1px solid #ddd;
    }
    .page-contact .contact-book .book-main textarea {
        height: 200px;
        width: 100%;
        padding: 2%;
    }
    .page-contact .contact-book .book-main .tab-btn {
        width: 300px;
        display: block;
        height: 56px;
        border: none;
        background: #fff100;
        color: #333;
        font-size: 18px;
        margin: auto;
        display: block;
        margin-top: 50px;
    }
    .effect-9~.focus-border:before,
    .effect-9~.focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #fff100;
        transition: 0.2s;
        transition-delay: 0.2s;
    }
    .effect-9~.focus-border:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        transition-delay: 0.6s;
    }
    .effect-9~.focus-border i:before,
    .effect-9~.focus-border i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #fff100;
        transition: 0.2s;
    }
    .effect-9~.focus-border i:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        transition-delay: 0.4s;
    }
    .effect-9:focus~.focus-border:before,
    .effect-9:focus~.focus-border:after {
        width: 100%;
        transition: 0.2s;
        transition-delay: 0.6s;
    }
    .effect-9:focus~.focus-border:after {
        transition-delay: 0.2s;
    }
    .effect-9:focus~.focus-border i:before,
    .effect-9:focus~.focus-border i:after {
        height: 100%;
        transition: 0.2s;
    }
    .effect-9:focus~.focus-border i:after {
        transition-delay: 0.4s;
    }
    /* 业务领域 */
    .business_top {
        background-image: url(../img/business-bg.jpg);
        overflow: visible;
    }
    .business_top .tel-top .box {
        height: 115px;
        width: 510px;
        background: #fff;
        position: absolute;
        border-radius: 100px;
        bottom: -50px;
        border: 15px solid #f8f8f8;
        padding: 0 15px;
    }
    .business_top .tel-top .box {
        display: flex;
        align-items: center;
    }
    .business_top .tel-top .box .left {
        width: 62px;
        height: 62px;
        background: url(../img/tel-ico.png) center center no-repeat #fff100;
        border-radius: 50%;
        margin-right: 28px;
    }
    .business_top .tel-top .box .right {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    .page-business .title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        position: relative;
        align-items: flex-end;
    }
    .page-business .title .ico-r {
        position: relative;
    }
    .page-business .title .ico-r img {
        position: relative;
        z-index: 9;
    }
    .page-business .title .ico-r::after {
        content: '';
        position: absolute;
        right: -7px;
        bottom: -8px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ffdd61;
        z-index: 1;
    }
    .page-business .product .product-cate {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
    .page-business .product .product-cate .itme {
        width: 19%;
        background: #f8f8f8;
        padding: 3%;
        text-align: center;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cate .itme.on {
        background: #fff100;
    }
    .page-business .product .product-cate .itme .ico img {
        max-height: 65px;
    }
    .page-business .product .product-cate .itme h5 {
        font-size: 22px;
        color: #222;
        margin: 10px 0 3px 0;
    }
    .page-business .product .product-cate .itme p {
        text-transform: uppercase;
        color: #666;
    }
    .page-business .product .product-cont {
        margin-top: 60px;
    }
    .page-business .product .product-cont .cont-box {
        position: relative;
        display: none;
    }
    .page-business .product .product-cont .cont-box .cont-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-business .product .product-cont .cont-box .cont-top .pic {
        width: 58%;
    }
    .page-business .product .product-cont .cont-box .cont-top .pic img {
        width: 100%;
    }
    .page-business .product .product-cont .cont-box .cont-top .text {
        width: 36%;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bt {
        font-size: 23px;
        font-weight: bold;
        background: #fff;
        border: 7px solid #f8f8f8;
        border-radius: 50px;
        display: inline-block;
        padding: 8px 50px;
        color: #333;
        margin-top: 48px;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .division {
        width: 50px;
        background: #333;
        display: block;
        height: 2px;
        margin: 25px 0 0px 10px;
    }
    .page-business .product .product-cont .cont-box .cont-top .text p {
        font-size: 15px;
        color: #666;
        line-height: 26px;
        margin-top: 25px;
        padding-left: 10px;
    }
    .page-business .product .product-cont .cont-box .cont-top .text h5 {
        font-size: 62px;
        color: #f8f8f8;
        font-family: Arial;
        font-weight: bold;
        margin: 30px 0;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more {
        display: flex;
        align-items: center;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more .more-bt {
        width: 66px;
        height: 66px;
        background: url(../img/sub-mouse.png) center center no-repeat #fff100;
        border-radius: 50%;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more span {
        width: 68px;
        height: 1px;
        background: #333;
        display: block;
        margin: 0 15px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more a {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more:hover span {
        width: 80px;
    }
    .page-business .product .product-cont .cont-box .list-main {
        overflow: hidden;
    }
    .page-business .product .product-cont .cont-box .list-main .box {
        background: #f8f8f8;
        padding: 25px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .list-main .box .pic img {
        width: 100%;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5 {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        display: block;
        margin-right: 10px;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #ddd;
        position: absolute;
        left: -25px;
        bottom: 0;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5 a {
        font-size: 16px;
        color: #222;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text .more {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        display: block;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text span {
        width: 45px;
        height: 45px;
        background: #fff100;
        display: block;
        border-radius: 50%;
        position: absolute;
        right: 17px;
        bottom: 35px;
        text-align: center;
        border: 7px solid #222;
        font-size: 22px;
        color: #fff;
        line-height: 28px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .list-main .box:hover {
        background: #fff100;
    }
    .page-business .product .product-cont .cont-box .list-main .box:hover .text span {
        background: #222;
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    .page-business .product .product-cont .cont-box .list-main .box:hover .text h5::after {
        background: #fff;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-next {
        width: 46px;
        height: 46px;
        background: #fff100;
        position: absolute;
        right: -65px;
        border-radius: 50%;
        bottom: 145px;
        z-index: 9;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-prev {
        width: 46px;
        height: 46px;
        background: #fff100;
        position: absolute;
        left: -65px;
        border-radius: 50%;
        bottom: 145px;
        z-index: 9;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 24px;
        color: #333;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 24px;
        color: #333;
    }
    .page-business .system {
        background: url(../img/system.jpg) 0 0 no-repeat;
        margin-top: 120px;
        position: relative;
    }
    .page-business .system .system-button-next{
        position: absolute;
        right: -3%;
        top: 50%;
        cursor: pointer;
    }
    .page-business .system .system-button-next::after{
        content: 'next';
    font-family: swiper-icons;
    font-size: 50px;
    color: #fff;
    }
    .page-business .system .system-button-next:hover::after{
        color: #fff100;
    }
    .page-business .system .system-button-prev{
        position: absolute;
        left: -3%;
        top: 50%;
        cursor: pointer;
    }
    .page-business .system .system-button-prev::after{
        content: 'prev';
    font-family: swiper-icons;
    font-size: 50px;
    color: #fff;
    }
    .page-business .system .system-button-prev:hover::after{
        color: #fff100;
    }
    .page-business .system .zxcontent .row{
        overflow: hidden;
    }
    .page-business .system .zxcontent .swiper-slide {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-business .system .zxcontent .pic {
        width: 44.149%;
        position: relative;
        margin-top: 7%;
    }
    .page-business .system .zxcontent .pic .img-bts {
        width: 66px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 66px;
    }
    .page-business .system .mask-box {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    .page-business .system .video-wrap {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 1100px;
        height: 700px;
        padding: 20px;
        background-color: #fff;
        z-index: 1001;
        display: none;
    }
    .page-business .system .video-wrap .video-desc {
        font-size: 20px;
        color: #222;
        line-height: 35px;
        margin-top: 15px;
    }
    .page-business .system .zxcontent .pic img.pic-main {
        width: 100%;
        border-left: 15px rgba(0, 0, 0, 0.2) solid;
        border-top: 15px rgba(0, 0, 0, 0.2) solid;
        border-right: 15px rgba(0, 0, 0, 0.2) solid;
        border-radius: 50px 50px 0 0;
    }
    .page-business .system .zxcontent .pic video {
        display: none;
    }
    .page-business .system .zxcontent .text {
        width: 50%;
        color: #fff;
    }
    .page-business .system .zxcontent .text .system-bt {
        margin-top: 25%;
        background: url(../img/business-bt.png) right 25px no-repeat;
    }
    .page-business .system .zxcontent .text .system-bt h5 {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }
    .page-business .system .zxcontent .text .system-bt h4 {
        font-size: 32px;
        font-weight: bold;
        color: #fff100;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .page-business .system .zxcontent .text .system-bt p {
        font-size: 18px;
        margin-top: 12px;
        letter-spacing: 8px;
    }
    .page-business .system .zxcontent .text .system-cont {
        margin-top: 55px;
    }
    .page-business .system .zxcontent .text .system-cont h5 {
        font-size: 24px;
        font-weight: bold;
        color: #fff100;
    }
    .page-business .system .zxcontent .text .system-cont .cont-main {
        margin-top: 25px;
    }
    .page-business .system .zxcontent .text .system-cont .cont-main p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .page-business .system .pagination {
        display: flex;
        width: 50%;
        justify-content: space-between;
        position: absolute;
        right: 0;
        bottom: 10%;
        z-index: 9;
    }
    .page-business .system .pagination .left {
        position: relative;
        width: 100%;
        background: #fff100;
        height: 90px;
        max-width: 377px;
        margin-right: 1%;
        border-radius: 50px 0 0 50px;
    }
    .page-business .system .pagination .left span.num {
        font-size: 40px;
        font-weight: bold;
        line-height: 90px;
        margin-left: 32px;
        color: #333;
    }
    .page-business .system .pagination .right {
        width: 60%;
        background: url(../img/tel-ico.png) 20px center no-repeat #fff100;
        padding-left: 80px;
        line-height: 90px;
        font-size: 20px;
        color: #333;
        font-weight: bold;
    }
    .page-business .system .pagination .left .system-pagination {
        position: absolute;
        right: 18%;
        top: 38%;
    }
    .page-business .system .pagination .left .system-pagination span {
        background: #fff100;
        opacity: 1;
        padding: 10px;
        position: relative;
        border: 2px solid #fff100;
    }
    .page-business .system .pagination .left .system-pagination span.swiper-pagination-bullet-active {
        border: 2px solid #333;
    }
    .page-business .system .pagination .left .system-pagination span::after {
        content: '';
        background: #222;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .page-business .partner {
        margin-top: 120px;
    }
    .page-business .partner .note {
        font-size: 16px;
        margin-top: 8px;
        color: #333;
        letter-spacing: 8px;
    }
    .page-business .partner .zxcontent {
        position: relative;
    }
    .page-business .partner .partner-list {
        overflow: hidden;
        margin-top: 80px;
    }
    .page-business .partner .partner-list .swiper-slide .pic {
        position: relative;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .page-business .partner .partner-list .swiper-slide .pic img {
        width: 100%;
    }
    .page-business .partner .partner-list .swiper-slide .pic img.mobile {
        display: none;
    }
    .page-business .partner .partner-list .swiper-slide .pic .partner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: auto;
        max-width: 118px;
        max-height: 118px;
    }
    .page-business .partner .partner-list .swiper-slide .text span {
        width: 3px;
        height: 25px;
        background: #fff100;
        margin: 20px auto;
        display: block;
    }
    .page-business .partner .partner-list .swiper-slide .text h5 {
        font-size: 22px;
        color: #222;
        text-align: center;
    }
    .page-business .partner .partner-list .swiper-slide .pic:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .partner .partner-button-next {
        width: 46px;
        height: 46px;
        background: #fff100;
        position: absolute;
        right: -65px;
        border-radius: 50%;
        bottom: 37%;
        z-index: 9;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
    }
    .page-business .partner .partner-button-prev {
        width: 46px;
        height: 46px;
        background: #fff100;
        position: absolute;
        left: -65px;
        border-radius: 50%;
        bottom: 37%;
        z-index: 9;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
    }
    .page-business .partner .partner-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 24px;
        color: #333;
    }
    .page-business .partner .partner-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 24px;
        color: #333;
    }
    /* 业务领域内页 */
    .page-business-cont {
        background: #f8f8f8;
        overflow: hidden;
    }
    .page-business-cont .zxcontent {
        background: #fff;
        padding: 30px;
        margin: 120px auto;
    }
    .page-business-cont .zxcontent .tl {
        background: #fff100;
        color: #222;
        width: 168px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 18px;
        font-weight: bold;
        font-size: 17px;
        margin: 30px 0;
    }
    .page-business-cont .zxcontent .tl.position {
        position: absolute;
        left: -30px;
        top: 30px;
        margin: 0;
    }
    .page-business-cont .zxcontent .pic {
        position: relative;
    }
    .page-business-cont .zxcontent .pic img {
        width: 100%;
    }
    .page-business-cont .zxcontent .cont-main p {
        color: #333;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .page-business-cont .zxcontent .cont-main table {
        border-collapse: collapse;
        font-size: 14px !important;
        text-align: center;
        padding: 3px 15px;
        line-height: 36px;
        color: #333;
    }
    .page-business-cont .zxcontent .cont-main table,
    th,
    td {
        border: 1px solid #e3e3e3 !important;
    }
    .page-business-cont .zxcontent .cont-main .firstRow td {
        background: #222;
        color: #fff;
    }
    .page-business-cont .zxcontent .page-action {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }
    .page-business-cont .zxcontent .page-action a {
        display: flex;
        font-size: 16px;
        align-items: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-weight: bold;
    }
    .page-business-cont .zxcontent .page-action a:hover {
        color: #fff100;
    }
    .page-business-cont .zxcontent .page-action a .ico {
        height: 30px;
        width: 30px;
        background: #fff100;
        position: relative;
        text-align: center;
        line-height: 30px;
        margin-left: 15px;
    }
    .page-business-cont .zxcontent .page-action a .ico::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 16px;
        color: #fff;
    }
    .page-business-cont .zxcontent .page-action a.next .ico {
        margin-right: 0;
        margin-left: 15px;
    }
    .page-business-cont .zxcontent .page-action a.next .ico::after {
        content: 'next';
    }
    .page-business-cont .zxcontent .page-action {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:480px) {
    .page_banner {
        position: relative;
        background-size: 118% !important;
        background-position: center !important;
    }
    .page_banner.about_top {
        background-image: url(../img/about_top.jpg);
    }
    .page_banner.about_top .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        text-align: center;
    }
    .page_banner.about_top .text h5 {
        font-size: .531401rem;
        color: #fff;
    }
    .page_banner.about_top .text .time {
        width: 4rem;
        height: 1rem;
        border: .053rem solid #fff;
        margin: auto;
        line-height: 0.95rem;
        color: #fff;
        font-size: .42rem;
        margin-top: .25rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_banner.about_top .text .time:hover {
        border: 2px solid #fff100;
        background: #fff100;
        cursor: pointer;
    }
    .page_about {
        margin-bottom: 1.207729rem;
        overflow: hidden;
    }
    .page_about .advantage {
        height: 160px;
        width: 100%;
        border-bottom: 1px solid #eee;
        display: none;
    }
    .page_about .advantage .zxcontent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .page_about .advantage .zxcontent .item {
        display: flex;
        align-items: center;
    }
    .page_about .advantage .zxcontent .item .ico {
        margin-right: 20px;
    }
    .page_about .advantage .zxcontent .item .cont h6 {
        color: #777;
        font-size: 16px;
    }
    .page_about .advantage .zxcontent .item .cont p {
        color: #222222;
        font-size: 18px;
        margin-top: 6px;
    }
    .page_about .about-main {
        width: 100%;
        margin-top: 80px;
        position: relative;
    }
    .page_about .about-main .zxcontent .title h5 {
        font-size: 1.014493rem;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-main .zxcontent .title h6 {
        font-size: .555556rem;
        color: #fff100;
    }
    .page_about .about-main .zxcontent .about-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .966184rem;
        flex-direction: column-reverse;
    }
    .page_about .about-main .zxcontent .about-content .cont-l {
        width: 100%;
        margin-top: .531401rem;
    }
    .page_about .about-main .zxcontent .about-content .cont-l p {
        color: #666;
        line-height: .676329rem;
        font-size: .362319rem;
    }
    .page_about .about-main .zxcontent .about-content .cont-r {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .page_about .about-main .zxcontent .about-content .cont-r .ico {
        margin-right: .45rem;
        width: .7rem;
    }
    .page_about .about-main .zxcontent .about-content .cont-r .ico img {
        width: 100%;
    }
    .page_about .about-main .zxcontent .about-content .cont-r .text {
        font-size: .434783rem;
        font-weight: bold;
        color: #333;
        line-height: .676329rem;
        width: 9.439614rem;
    }
    .page_about .about-main .zxcontent .about-content.content2 {
        position: relative;
    }
    .page_about .about-main .zxcontent .about-content.content2 .cont-r {
        width: 100%;
        margin-bottom: .531401rem;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic {
        width: 100%;
        position: relative;
        z-index: 9;
        margin-bottom: .603865rem;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic::after {
        content: '';
        background: #000;
        width: 110%;
        height: 2.4rem;
        background: #fff100;
        position: absolute;
        bottom: 0;
        left: -5%;
        z-index: 1;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic img {
        position: relative;
        z-index: 9;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_about .about-main .zxcontent .about-content .cont-pic:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_about .about-main .about-cp-cn {
        width: 4.830918rem;
        position: absolute;
        top: .676329rem;
        right: 0;
    }
    .page_about .about-main .about-cp-cn img {
        width: 100%;
    }
    .page_about .about-main .block1 {
        width: 100%;
        height: 2.3rem;
        background: #fff100;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: none;
    }
    .page_about .about-culture {
        margin-top: 1.328502rem;
        overflow: hidden;
    }
    .page_about .about-culture .zxcontent .itme {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_about .about-culture .zxcontent .itme .text {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }
    .page_about .about-culture .zxcontent .itme .pic {
        width: 100%;
        position: relative;
        margin-top: 1.014493rem;
    }
    .page_about .about-culture .zxcontent .itme .pic::after {
        content: '';
        background: #000;
        width: 110%;
        height: 2.2rem;
        background: #fff100;
        position: absolute;
        bottom: 0;
        left: -5%;
        z-index: 1;
    }
    .page_about .about-culture .zxcontent .itme .pic img {
        max-width: 100%;
        position: relative;
        z-index: 9;
    }
    .page_about .about-culture .zxcontent .itme .text .title {
        font-size: 1rem;
        font-weight: bold;
        width: 2.125604rem;
        color: #222;
    }
    .page_about .about-culture .zxcontent .itme .text .start {
        position: relative;
        width: .57971rem;
        font-size: .531401rem;
        color: #222;
        margin: 0 .362319rem;
        padding-top: .120773rem;
    }
    .page_about .about-culture .zxcontent .itme .text .year {
        font-size: 1.2rem;
        color: #fff100;
        font-weight: bold;
        display: flex;
        align-items: flex-end;
    }
    .page_about .about-culture .zxcontent .itme .text .start::after {
        content: "";
        position: absolute;
        bottom: .32rem;
        right: 0px;
        left: 0;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: .4rem;
        height: .4rem;
        background: #fff100;
        border-radius: 50%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 {
        margin-top: 1.207729rem;
        position: relative;
        flex-direction: column-reverse;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .pic {
        width: 100%;
        margin-top: -2rem;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .pic img {
        transform: rotateY(180deg);
        width: 59%;
        float: right;
        margin-right: -5%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .pic .founder {
        position: absolute;
        left: 0;
        font-size: .362319rem;
        color: #333;
        bottom: 1.135266rem;
        z-index: 10;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text {
        width: 100%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text .cont {
        display: flex;
        flex-direction: column-reverse;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text .cont p {
        font-size: .362319rem;
        color: #333;
        margin-bottom: .483092rem;
        position: relative;
        padding-left: .48309rem;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .text .cont p::after {
        content: "";
        position: absolute;
        top: .072464rem;
        left: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: .217391rem;
        height: .217391rem;
        background: #fff;
        border: .072464rem solid #fff100;
        border-radius: 50%;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .block2 {
        width: 100%;
        height: 180px;
        background: #fff100;
        position: absolute;
        bottom: 0;
        left: -57%;
        z-index: 1;
        display: none;
    }
    .page_about .about-culture .zxcontent .itme.itme2 .culture-text {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 20px;
        font-family: Arial;
        width: 120px;
        font-weight: bold;
        text-transform: uppercase;
        display: none;
    }
    .page_about .about-develop {
        overflow: hidden;
        margin-top: 1.207729rem;
    }
    .page_about .develop-main {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 12.077295rem;
        display: flex;
        justify-content: space-between;
    }
    .page_about .develop-main .title {
        position: absolute;
        right: 5%;
        top: 10%;
        z-index: 10;
        font-family: Arial;
    }
    .page_about .develop-main .title h3 {
        font-size: 1.014493rem;
        font-weight: bold;
        color: #fff;
    }
    .page_about .develop-main .title h4 {
        text-align: right;
        font-size: .531401rem;
        color: #222;
    }
    .page_about .develop-main .develop-list {
        height: 500px;
        width: 74%;
    }
    .page_about .develop-main .develop-list .item {
        height: 12.077295rem;
        color: #fff;
        position: relative;
        background-size: 215% !important;
        background-position: center center !important;
    }
    .page_about .develop-main .develop-list .item .text {
        position: absolute;
        top: 3.623188rem;
        left: 10%;
    }
    .page_about .develop-main .develop-list .item .text h5 {
        font-size: .917874rem;
        font-weight: 700;
        position: relative;
        padding-bottom: .289855rem;
        display: flex;
        align-items: center;
    }
    .page_about .develop-main .develop-list .item .text h5 span {
        font-size: .7rem;
        font-weight: bold;
        margin-left: .144928rem;
    }
    .page_about .develop-main .develop-list .item .text h5::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 15%;
        height: .072464rem;
        background: #fff;
    }
    .page_about .develop-main .develop-list .item:hover .text h5::after {
        width: 30%;
    }
    .page_about .develop-main .develop-list .item .text .note {
        margin-top: 30px;
    }
    .page_about .develop-main .develop-list .item .text .note p {
        font-size: .386473rem;
        margin-top: .193237rem;
    }
    .page_about .develop-main .timetable {
        background: #fff100;
        height: 12.077295rem;
        width: 26.8%;
        text-align: center;
        z-index: 9;
    }
    .page_about .develop-main .timetable .timetable-list {
        height: 214px;
        overflow: hidden;
        margin-top: 3.623188rem;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide {
        font-size: .434783rem;
        opacity: 0.7;
        color: #222;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-prev,
    .swiper-slide-next {
        opacity: 0.9;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-active {
        color: #222;
        opacity: 1;
        margin: .4rem 0;
        position: relative;
        font-size: .57971rem;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-active::after {
        content: "";
        position: absolute;
        bottom: -0.144928rem;
        left: 0px;
        right: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 72%;
        height: 1px;
        background: #fff;
    }
    .page_about .develop-main .timetable .timetable-list .swiper-slide-active::before {
        content: "";
        position: absolute;
        top: -0.144928rem;
        left: 0px;
        right: 0px;
        z-index: 1;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 72%;
        height: 1px;
        background: #fff;
    }
    .page_about .about-honors {
        overflow: hidden;
        margin-top: 1.207729rem;
    }
    .page_about .about-honors .zxcontent .title h5 {
        font-size: 1.014493rem;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-honors .zxcontent .title h6 {
        font-size: .555556rem;
        color: #fff100;
    }
    .page_about .about-honors .honors-cont {
        background: #fff100;
        padding: .966184rem 0;
        margin-top: .966184rem;
    }
    .page_about .about-honors .honors-cont .zxcontent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
    }
    .page_about .about-honors .honors-cont .zxcontent .text {
        width: 100%;
    }
    .page_about .about-honors .honors-cont .zxcontent .text p {
        font-size: .434783rem;
        line-height: .772947rem;
        padding-bottom: .193237rem;
        color: #222;
        position: relative;
        padding-left: .531401rem;
    }
    .page_about .about-honors .honors-cont .zxcontent .text p::after {
        content: '◆';
        position: absolute;
        left: 0;
        font-size: .57971rem;
    }
    .page_about .about-honors .honors-cont .zxcontent ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin-top: .6rem;
    }
    .page_about .about-honors .honors-cont .zxcontent ul li {
        width: 49%;
        border: .096618rem solid #fff;
        margin-bottom: 3%;
    }
    .page_about .about-honors .honors-cont .zxcontent ul li img {
        width: 100%;
    }
    .page_about .about-honor {
        margin-top: 1.207729rem;
    }
    .page_about .about-honor .zxcontent {
        overflow: hidden;
        position: relative;
    }
    .page_about .about-honor .zxcontent .title h5 {
        font-size: 1.014493rem;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-honor .zxcontent .title h6 {
        font-size: .555556rem;
        color: #fff100;
    }
    .page_about .about-honor .zxcontent .honor-main {
        margin-top: .966184rem;
    }
    .page_about .about-honor .zxcontent .honor-main .honor-list .item img {
        max-width: 100%;
    }
    .page_about .about-honor .zxcontent .honor-pagination {
        text-align: center;
        margin-top: .483092rem;
    }
    .page_about .about-honor .zxcontent .honor-pagination span {
        margin: 0 2px;
        background: #fff100;
    }
    .page_about .about-honor .zxcontent .honor-pagination span.swiper-pagination-bullet-active {
        background: #fff100;
    }
    .page_about .about-honor .zxcontent .navigation {
        display: flex;
        align-items: center;
        text-align: center;
        position: absolute;
        right: 0;
        top: 50px;
        display: none;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev,
    .honor-button-next {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #f0f0f0;
        position: relative;
        cursor: pointer;
    }
    .page_about .about-honor .zxcontent .navigation .honor-pagination {
        width: 88px;
        font-size: 25px;
        letter-spacing: -3px;
        color: #222;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev:hover {
        background: #fff100;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-next:hover {
        background: #fff100;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-prev:hover::after {
        color: #fff;
    }
    .page_about .about-honor .zxcontent .navigation .honor-button-next:hover::after {
        color: #fff;
    }
    .page_about .about-team {
        margin-top: 1.207729rem;
    }
    .page_about .about-team .zxcontent {
        position: relative;
        overflow: hidden;
    }
    .page_about .about-team .zxcontent .title h5 {
        font-size: 1.014493rem;
        font-weight: bold;
        color: #222;
    }
    .page_about .about-team .zxcontent .title h6 {
        font-size: .555556rem;
        color: #fff100;
    }
    .page_about .about-team .zxcontent .team-main {
        margin-top: 30px;
    }
    .page_about .about-team .zxcontent .team-main .item ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .page_about .about-team .zxcontent .team-main .item ul li {
        margin-bottom: 3%;
        width: 48.5%;
        overflow: hidden;
    }
    .page_about .about-team .zxcontent .team-main .item ul li:nth-child(2) {
        margin-left: 0px;
    }
    .page_about .about-team .zxcontent .team-main .item ul li img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_about .about-team .zxcontent .team-main .item ul li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_about .about-team .zxcontent .navigation {
        text-align: center;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev,
    .team-button-next {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #f0f0f0;
        position: relative;
        cursor: pointer;
        display: none;
    }
    .page_about .about-team .zxcontent .navigation .team-pagination span {
        margin: 0 2px;
        background: #fff100;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-team .zxcontent .navigation .team-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 60px;
        color: #666;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev:hover {
        background: #fff100;
    }
    .page_about .about-team .zxcontent .navigation .team-button-next:hover {
        background: #fff100;
    }
    .page_about .about-team .zxcontent .navigation .team-button-prev:hover::after {
        color: #fff;
    }
    .page_about .about-team .zxcontent .navigation .team-button-next:hover::after {
        color: #fff;
    }
    /* 新闻列表 */
    .news_top {
        background: url(../img/news-list-bg.jpg) 0 0 no-repeat;
    }
    .news_top .zxcontent {
        height: 4.275362rem;
    }
    .news_top .zxcontent .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
    .news_top .zxcontent .text h5 {
        color: #fff100;
        font-size: .483092rem;
        font-family: Arial;
        font-weight: bold;
    }
    .news_top .zxcontent .text .title {
        color: #fff;
        font-size: .531401rem;
        margin-bottom: .241546rem;
    }
    .news_top .zxcontent .text .sub-mouse {
        display: block;
        position: static;
        margin-left: 0px;
    }
    .news_top .zxcontent .text .sub-mouse span {
        text-align: left;
        width: auto;
        animation: inherit;
        -webkit-animation: inherit;
    }
    .news_top .zxcontent .text .sub-mouse span img {
        display: block;
        max-width: .386473rem;
    }
    .news_top .zxcontent .text .page-cate ul {
        display: flex;
    }
    .news_top .zxcontent .text .page-cate ul li {
        margin-right: .676329rem;
    }
    .news_top .zxcontent .text .page-cate ul li a {
        color: #fff;
        font-size: .4rem;
    }
    .news_top .zxcontent .text .page-cate ul li a.on {
        color: #fff100;
    }
    .page-news {
        margin: 1.207729rem 0;
    }
    .page-news .zxcontent .list-title {
        text-align: center;
        margin-bottom: .966184rem;
    }
    .page-news .zxcontent .list-title h3 span {
        font-size: .57971rem;
        color: #333;
        font-weight: bold;
    }
    .page-news .zxcontent .list-title h3 i.line {
        width: 2.173913rem;
        height: .024155rem;
        background-color: #dedfde;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        margin-right: .724638rem;
    }
    .page-news .zxcontent .list-title h3 i.line:nth-of-type(2) {
        margin-right: 0;
        margin-left: .724638rem;
    }
    .page-news .zxcontent .list-title h4 {
        text-transform: uppercase;
        color: #fff100;
        font-size: .362319rem;
        margin-top: .120773rem;
    }
    .page-news .zxcontent .news-list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .845411rem;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item::after {
        /* content: ""; */
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 9;
        margin: auto;
        transition: all 0.4s ease 0s;
        width: 0;
        height: 1px;
        background: #fff100;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item .pic {
        width: 100%;
        overflow: hidden;
    }
    .page-news .zxcontent .news-list .item .pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item .cont {
        width: 100%;
        margin-top: .531401rem;
    }
    .page-news .zxcontent .news-list .item .cont h4 a {
        color: #333;
        font-size: .434783rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .news-list .item:hover .cont h4 a {
        color: #fff100;
    }
    .page-news .zxcontent .news-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-news .zxcontent .news-list .item .cont p {
        color: #666;
        margin-top: .362319rem;
        line-height: .57971rem;
        font-size: .31401rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page-news .zxcontent .news-list .item .cont .time {
        display: block;
        background: url(../img/time-ico.png) 0 0 no-repeat;
        color: #666;
        padding-left: 30px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        margin-top: 30px;
        display: none;
    }
    .page-news .zxcontent .paging {
        text-align: center;
        margin-top: 1rem;
    }
    .page-news .zxcontent .paging a {
        display: inline-block;
        padding: .072464rem .144928rem;
        margin: 0 .024155rem;
        border: 1px solid #ccc;
        border-radius: .048309rem;
        color: #666;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .paging a.on {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    .page-news .zxcontent .paging a:hover {
        background: #fff100;
        color: #222;
        border: 1px solid #fff100;
    }
    /* 新闻内页 */
    .page-news.news-content {
        background: #f8f8f8;
        padding-bottom: 1.207729rem;
        margin: 0;
        overflow: hidden;
    }
    .page-news.news-content .zxcontent {
        background: #fff;
        margin-top: 4%;
        padding: 5%;
        position: relative;
        z-index: 9;
        width: 94%;
    }
    .page-news.news-content .zxcontent .news-top {
        padding-bottom: .724638rem;
        border-bottom: 1px solid #eee;
    }
    .page-news.news-content .zxcontent .news-top .time {
        width: 4.323671rem;
        height: 2.971014rem;
        background: url(../img/news-time-bg.png) 0 0 no-repeat;
        margin: auto;
        text-align: center;
        background-size: 100%;
    }
    .page-news.news-content .zxcontent .news-top .time h5 {
        font-size: 1.256039rem;
        color: #fff100;
        font-weight: bold;
        padding-top: .869565rem;
    }
    .page-news.news-content .zxcontent .news-top .time span {
        color: #fff100;
    }
    .page-news.news-content .zxcontent .news-top .title {
        font-size: .531401rem;
        color: #222;
        margin-top: .603865rem;
        text-align: center;
    }
    .page-news.news-content .zxcontent .cont-main {
        margin: .917874rem 0;
        padding-bottom: .724638rem;
        border-bottom: 1px solid #eee;
    }
    .page-news.news-content .zxcontent .cont-main p {
        color: #666;
        line-height: .57971rem;
        margin-bottom: .434783rem;
    }
    .page-news.news-content .zxcontent .cont-main p img {
        max-width: 100%;
    }
    .page-news.news-content .zxcontent .page-action {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: .845411rem 0;
        padding-top: 0;
    }
    .page-news.news-content .zxcontent .page-action div {
        width: 33.33%;
        text-align: center;
    }
    .page-news.news-content .zxcontent .page-action .prev-button {
        text-align: left;
        display: none;
    }
    .page-news.news-content .zxcontent .page-action .back-button {
        width: 4.2rem;
        border-radius: 50px;
        background: #222222;
        height: 1.014493rem;
        line-height: 1.014493rem;
        color: #fff;
        font-size: .386473rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        cursor: pointer;
    }
    .page-news.news-content .zxcontent .page-action .back-button:hover {
        background: #fff100;
    }
    .page-news.news-content .zxcontent .page-action .back-button img {
        margin-left: .120773rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news.news-content .zxcontent .page-action .next-button {
        text-align: right;
        display: none;
    }
    .page-news.news-content .zxcontent .page-action div h6 {
        color: #fff100;
        font-size: 22px;
        font-family: Arial;
    }
    .page-news.news-content .zxcontent .page-action div a {
        display: block;
        font-size: 18px;
        margin-top: 12px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        color: #222;
    }
    .page-news.news-content .zxcontent .page-action div a:hover {
        color: #fff100;
    }
    /* 内刊列表 */
    .page-news .zxcontent .article-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-news .zxcontent .article-list .item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: .966184rem;
    }
    .page-news .zxcontent .article-list .item .pic {
        width: 35%;
        border: 1px solid #ddd;
    }
    .page-news .zxcontent .article-list .item .pic img {
        width: 100%;
    }
    .page-news .zxcontent .article-list .item .cont {
        width: 59%;
    }
    .page-news .zxcontent .article-list .item .cont h4 {
        font-size: .434783rem;
        font-weight: bold;
        color: #222;
    }
    .page-news .zxcontent .article-list .item .cont h5 {
        font-size: .386473rem;
        font-weight: bold;
        color: #333;
        margin: .241546rem 0;
    }
    .page-news .zxcontent .article-list .item .cont p {
        color: #333;
        line-height: .531401rem;
        font-size: .31401rem;
    }
    .page-news .zxcontent .article-list .item .cont .more {
        display: block;
        width: 160px;
        height: .966184rem;
        text-align: center;
        background: #222;
        line-height: .966184rem;
        font-size: .338164rem;
        color: #fff;
        margin-top: .362319rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .zxcontent .article-list .item .cont .more:hover {
        background: #fff100;
    }
    /* 案例列表 */
    .case_top {
        background: url(../img/case_bg.jpg) 0 0 no-repeat;
    }
    .case_top .zxcontent {
        height: 4.275362rem;
    }
    .case_top .zxcontent .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
    }
    .case_top .zxcontent .text .division {
        display: block;
        width: 1.328502rem;
        height: .06rem;
        background: #fff;
        margin: .241546rem auto;
    }
    .case_top .zxcontent .text h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: .531401rem;
    }
    .case_top .zxcontent .text .title {
        font-size: .483092rem;
        color: #fff100;
    }
    .page-case {
        margin: 1.207729rem 0;
    }
    .page-case .title {}
    .page-case .title .bt-l {
        text-align: center;
    }
    .page-case .title .bt-l h6 {
        font-size: .386473rem;
        text-transform: uppercase;
        color: #fff100;
    }
    .page-case .title .bt-l h5 {
        font-size: .57971rem;
        font-weight: bold;
        color: #222;
        margin-top: .2rem;
    }
    .page-case .title .bt-l h5 span {
        margin-left: 15px;
        display: none;
    }
    .page-case .title .bt-r {
        width: 100%;
        color: #666;
        line-height: .628019rem;
        text-align: left;
        margin-top: .724638rem;
    }
    .page-case .case-list .zxcontent {
        overflow: hidden;
    }
    .page-case .list-main {
        margin-top: .966184rem;
    }
    .page-case .list-main .main-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-case .list-main .main-wrapper .itme {
        width: 100%;
        margin-bottom: .724638rem;
        cursor: pointer;
    }
    .page-case .list-main .main-wrapper .itme .pic {
        position: relative;
        overflow: hidden;
    }
    .page-case .list-main .main-wrapper .itme .pic::after {
        content: "";
        height: 2px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: -100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 100%;
        height: 0%;
        z-index: 8;
    }
    .page-case .list-main .main-wrapper .itme .pic img {
        max-width: 100%;
    }
    .page-case .list-main .main-wrapper .itme .pic .img-bt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        width: 1.207729rem;
        z-index: 9;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .main-wrapper .itme .pic .img-bts {
        position: absolute;
        top: -50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        width: 1.207729rem;
        z-index: 9;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .main-wrapper .itme .text {
        height: 1.111111rem;
        line-height: 1.111111rem;
        background: #eee;
        text-align: center;
        font-size: .362319rem;
        color: #333;
    }
    .page-case .list-main .main-wrapper .itme:hover .text {
        background: #fff100;
        color: #222;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .main-wrapper .itme:hover .pic::after {
        width: 100%;
        height: 100%;
        top: 0;
    }
    .page-case .list-main .main-wrapper .itme:hover .pic .img-bt {
        top: 200%;
        opacity: 0;
    }
    .page-case .list-main .main-wrapper .itme:hover .pic .img-bts {
        top: 50%;
    }
    .page-case .list-main .mask-box {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    .page-case .list-main .video-wrap {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 92%;
        height: 6.5rem;
        padding: .193237rem;
        background-color: #fff;
        z-index: 1001;
        display: none;
    }
    .page-case .list-main .video-wrap .video-desc {
        font-size: .410628rem;
        color: #222;
        line-height: .531401rem;
        margin-top: .289855rem;
    }
    .page-case .list-main .navigation {
        text-align: center;
    }
    .page-case .list-main .navigation div {
        display: inline-block;
        background: #333;
        width: .7rem;
        height: .7rem;
        position: relative;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .list-main .navigation .listcase-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: .36rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: .7rem;
        color: #fff;
    }
    .page-case .list-main .navigation .listcase-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: .36rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: .7rem;
        color: #fff;
    }
    .page-case .list-main .navigation div:hover {
        background: #fff100;
    }
    .page-case .case-pattern {
        background: #222;
        padding: 120px 0;
        margin: 120px 0;
        overflow: hidden;
        display: none;
    }
    .page-case .case-pattern .zxcontent .title .bt-l h6 {
        color: #fff;
        font-size: 20px;
    }
    .page-case .case-pattern .zxcontent .title .bt-l h5 {
        color: #fff;
    }
    .page-case .case-pattern .title .bt-l {
        width: 100%;
    }
    .page-case .case-pattern .title .note {
        font-size: 22px;
        color: #fff100;
        padding-left: 15px;
        margin-top: 10px;
    }
    .page-case .case-pattern .pic {
        margin-top: -62px;
    }
    .page-case .case-intelligent {
        overflow: hidden;
        display: none;
    }
    .page-case .case-intelligent img {
        width: 100%;
    }
    .page-case .case-technology {
        margin-top: 1.207729rem;
    }
    .page-case .case-technology .zxcontent {
        overflow: hidden;
    }
    .page-case .case-technology .pic-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .724638rem;
    }
    .page-case .case-technology .pic-list .left {
        width: 100%;
        overflow: hidden;
        margin-bottom: 2.25%;
    }
    .page-case .case-technology .pic-list .left img {
        width: 100%;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-technology .pic-list .right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-case .case-technology .pic-list .right .itme {
        width: 49%;
        overflow: hidden;
        margin-bottom: 2.25%;
    }
    .page-case .case-technology .pic-list .right .itme img {
        width: 100%;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-technology .pic-list .right .itme:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-case .case-technology .pic-list .left:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    /* 人才招聘 */
    .jobs_top {
        background-image: url(../img/jobs-bg.jpg);
    }
    .jobs_top .zxcontent {
        height: 4.275362rem;
    }
    .jobs_top .zxcontent .text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .jobs_top .zxcontent .text h5 {
        color: #fff100;
        font-size: .483092rem;
        font-family: Arial;
        font-weight: bold;
        text-transform: uppercase;
    }
    .jobs_top .zxcontent .text .title {
        color: #fff;
        font-size: .531401rem;
        line-height: .676329rem;
    }
    .jobs_top .zxcontent .text .division {
        display: block;
        width: 1.328502rem;
        height: .072464rem;
        background: #fff100;
        margin: .241546rem 0;
    }
    .jobs_top .zxcontent .text h6 {
        font-size: .4rem;
        color: #fff;
    }
    .page-jobs .jobs-advantage {
        margin-top: .966184rem;
    }
    .page-jobs .jobs-advantage .itme {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        margin-top: .845411rem;
    }
    .page-jobs .jobs-advantage .itme::after {
        content: "";
        height: 80%;
        background-color: #f8f8f8;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 100%;
        z-index: 1;
        display: none;
    }
    .page-jobs .jobs-advantage .itme .pic {
        position: relative;
        z-index: 2;
        width: 100%;
        overflow: hidden;
    }
    .page-jobs .jobs-advantage .itme .pic img {
        width: 100%;
    }
    .page-jobs .jobs-advantage .itme .text {
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: center;
        margin-top: .434783rem;
    }
    .page-jobs .jobs-advantage .itme .text h5 {
        color: #333;
        font-size: .46rem;
        font-weight: bold;
    }
    .page-jobs .jobs-advantage .itme .text p {
        font-size: .338164rem;
        line-height: .531401rem;
        color: #666;
    }
    .page-jobs .jobs-advantage .itme .text span.division {
        display: block;
        margin: .193237rem auto;
        width: 1.207729rem;
        height: .048309rem;
        background: #fff100;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs .jobs-explore {
        margin-top: 1.207729rem;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main {
        display: flex;
        flex-wrap: wrap;
        margin-top: .966184rem;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme {
        width: 100%;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic {
        overflow: hidden;
        position: relative;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic img {
        max-width: 100%;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic a::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        left: 0px;
        z-index: 1;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.7);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic .pic-bt {
        position: absolute;
        top: -50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        z-index: 2;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text {
        display: flex;
        justify-content: center;
        margin-bottom: .362319rem;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text span {
        display: block;
        width: 42px;
        background: #fff100;
        height: 3px;
        margin: 0 auto;
        margin-top: 30px;
        display: none;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text h5 a {
        font-size: .4rem;
        font-weight: bold;
        color: #333;
        text-align: center;
        display: block;
        margin: .434783rem 0;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .text .more {
        font-size: .4rem;
        font-weight: bold;
        color: #333;
        margin: .434783rem 0;
        margin-left: .241546rem;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic:hover a::after {
        top: 0;
        display: none;
    }
    .page-jobs .jobs-explore .zxcontent .explore-main .itme .pic:hover .pic-bt {
        top: 50%;
        display: none;
    }
    /* 校园招聘 */
    .page-jobs-cont {
        overflow: hidden;
    }
    .page-jobs-cont .zxcontent {
        background: #fff;
    }
    .page-jobs-cont .zxcontent .title {
        text-align: center;
        text-transform: uppercase;
        color: #666;
        font-size: .362319rem;
    }
    .page-jobs-cont .zxcontent .title h5 {
        font-size: .57971rem;
        font-weight: bold;
        color: #222;
    }
    .page-jobs-cont .zxcontent .title span {
        display: block;
        margin: .193237rem auto;
        width: 1.207729rem;
        height: .048309rem;
        background: #fff100;
    }
    .page-jobs-cont .zxcontent .welfare {
        margin-top: 40px;
    }
    .page-jobs-cont .zxcontent .welfare .welfare-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .966184rem;
    }
    .page-jobs-cont .zxcontent .welfare .itme {
        text-align: center;
        width: 47.5%;
        margin-bottom: .603865rem;
    }
    .page-jobs-cont .zxcontent .welfare .itme .ico {
        position: relative;
        width: 2.5rem;
        height: 2.5rem;
        background: #fff100;
        border-radius: 50%;
        margin: auto;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs-cont .zxcontent .welfare .itme .ico:hover {
        top: -10px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1)
    }
    .page-jobs-cont .zxcontent .welfare .itme .ico img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 1rem;
    }
    .page-jobs-cont .zxcontent .welfare .itme h5 {
        font-size: .46rem;
        color: #222;
        margin-top: .362319rem;
    }
    .page-jobs-cont .zxcontent .welfare .itme span {
        height: 30px;
        width: 3px;
        background: #fff100;
        display: none;
        margin: 15px auto;
    }
    .page-jobs-cont .zxcontent .welfare .itme p {
        font-size: .31401rem;
        color: #666;
        line-height: .531401rem;
        margin-top: .289855rem;
    }
    .page-jobs-cont .zxcontent .position {
        margin-top: 1.207729rem;
    }
    .page-jobs-cont .zxcontent .position .position-list {
        margin-top: .966184rem;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme {
        position: relative;
        padding-bottom: .362319rem;
        border-bottom: 1px dashed #ddd;
        margin-bottom: .7rem;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .position-name {
        font-size: .434783rem;
        margin-bottom: .362319rem;
        color: #222;
        font-weight: 600;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li {
        width: 50%;
        position: relative;
        text-align: center;
        font-size: .35rem;
        color: #666;
        overflow: hidden;
        margin-bottom: .2rem;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #ddd;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(1) {
        text-align: left;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(2):after {
        display: none;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(3) {
        width: 100%;
        text-align: left;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(3):after {
        display: none;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4):after {
        display: none;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4) {
        overflow: initial;
        cursor: pointer;
        display: block;
        width: 122px;
        height: 1.014493rem;
        line-height: 1.014493rem;
        background: #eee;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        /* color: #fff; */
        margin-top: .362319rem;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .cont {
        cursor: auto;
        position: fixed;
        bottom: 0;
        top: 0;
        background: #fff100;
        height: 0;
        right: 0;
        left: 0;
        width: 92%;
        margin: auto;
        padding: 0;
        font-size: .338164rem;
        line-height: .531401rem;
        text-align: left;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        overflow: hidden;
        color: #333;
        opacity: 0;
        z-index: 99;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .cont h5 {
        font-size: .531401rem;
        margin-bottom: .603865rem;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .cont p {
        line-height: .483092rem;
        margin-bottom: .193237rem;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4):hover .cont {
        height: 10.869565rem;
        padding: .603865rem;
        opacity: 1;
        overflow: auto;
    }
    .page-jobs-cont .zxcontent .position .position-list .itme .detailed li:nth-child(4):hover {
        background: #fff100;
        color: #333;
    }
    .page-jobs-cont .zxcontent .position .paging {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    .page-jobs-cont .zxcontent .position .paging .note {
        color: #333;
        font-size: 16px;
        display: none;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main {
        text-align: center;
        width: 100%;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main a {
        display: inline-block;
        padding: .072464rem .144928rem;
        margin: 0 .024155rem;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #666;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main a.on {
        background: #fff100;
        color: #fff;
        border: 1px solid #fff100;
    }
    .page-jobs-cont .zxcontent .position .paging .paging-main a:hover {
        background: #fff100;
        color: #fff;
        border: 1px solid #fff100;
    }
    /* 联系我们 */
    .contact_top {
        background: url(../img/contact_bg.jpg) 0 0 no-repeat;
    }
    .contact_top .zxcontent .text h6 {
        display: none;
    }
    .contact_top .contact-tel {
        margin-top: 18px;
    }
    .page-contact .contact-main .map {
        margin-top: .966184rem;
    }
    .page-contact .contact-main .map #guangzhou {
        height: 7.246377rem !important;
    }
    .page-contact .contact-main .map #guangzhou .BMap_Marker img {
        max-width: .555556rem;
        margin: auto;
    }
    .page-contact .contact-main .contact-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .362319rem;
    }
    .page-contact .contact-main .contact-cont .itme {
        padding: .483092rem 0;
        font-size: .386473rem;
        color: #222;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .page-contact .contact-main .contact-cont .itme:nth-child(1) {
        width: 100%;
        background: url("../img/marker_black.png") 95% 65% no-repeat;
        background-size: .555556rem;
    }
    .page-contact .contact-main .contact-cont .itme:nth-child(1) p {
        font-size: .434783rem;
    }
    .page-contact .contact-main .contact-cont .itme p {
        font-size: .483092rem;
        margin-top: .193237rem;
        color: #222;
        font-family: Arial;
    }
    .page-contact .contact-book {
        margin-top: 1.207729rem;
    }
    .page-contact .contact-book .book-main {
        margin-top: .966184rem;
    }
    .page-contact .contact-book .book-main ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-contact .contact-book .book-main ul li {
        width: 100%;
        margin-bottom: .362319rem;
        position: relative;
    }
    .page-contact .contact-book .book-main ul li input {
        height: 1.207729rem;
        width: 100%;
        border: 1px solid #ddd;
        text-indent: 3%;
    }
    .page-contact .contact-book .book-main .textarea {
        position: relative;
        padding: 0;
        border: 1px solid #ddd;
    }
    .page-contact .contact-book .book-main textarea {
        height: 4.057971rem;
        width: 100%;
        padding: 3%;
    }
    .page-contact .contact-book .book-main .tab-btn {
        width: 6.038647rem;
        display: block;
        height: 1.207729rem;
        border: none;
        background: #fff100;
        color: #333;
        font-size: .362319rem;
        margin: auto;
        display: block;
        margin-top: .724638rem;
    }
    .effect-9~.focus-border:before,
    .effect-9~.focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #fff100;
        transition: 0.2s;
        transition-delay: 0.2s;
    }
    .effect-9~.focus-border:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        transition-delay: 0.6s;
    }
    .effect-9~.focus-border i:before,
    .effect-9~.focus-border i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #fff100;
        transition: 0.2s;
    }
    .effect-9~.focus-border i:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        transition-delay: 0.4s;
    }
    .effect-9:focus~.focus-border:before,
    .effect-9:focus~.focus-border:after {
        width: 100%;
        transition: 0.2s;
        transition-delay: 0.6s;
    }
    .effect-9:focus~.focus-border:after {
        transition-delay: 0.2s;
    }
    .effect-9:focus~.focus-border i:before,
    .effect-9:focus~.focus-border i:after {
        height: 100%;
        transition: 0.2s;
    }
    .effect-9:focus~.focus-border i:after {
        transition-delay: 0.4s;
    }
    /* 业务领域 */
    .business_top {
        background-image: url(../img/business-bg.jpg);
        overflow: visible;
    }
    .business_top .tel-top .box {
        height: 115px;
        width: 510px;
        background: #fff;
        position: absolute;
        border-radius: 100px;
        bottom: -50px;
        border: 15px solid #f8f8f8;
        padding: 0 15px;
    }
    .business_top .tel-top .box {
        display: none;
        align-items: center;
    }
    .business_top .tel-top .box .left {
        width: 62px;
        height: 62px;
        background: url(../img/tel-ico.png) center center no-repeat #fff100;
        border-radius: 50%;
        margin-right: 28px;
    }
    .business_top .tel-top .box .right {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    .page-business .title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        position: relative;
        align-items: flex-end;
    }
    .page-business .title .ico-r {
        position: relative;
        display: none;
    }
    .page-business .title .ico-r img {
        position: relative;
        z-index: 9;
    }
    .page-business .title .ico-r::after {
        content: '';
        position: absolute;
        right: -7px;
        bottom: -8px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #ffdd61;
        z-index: 1;
    }
    .page-business .product .product-cate {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .845411rem;
    }
    .page-business .product .product-cate .itme {
        margin-bottom: 2%;
        width: 49%;
        background: #f8f8f8;
        padding: 4% 2%;
        text-align: center;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cate .itme.on {
        background: #fff100;
    }
    .page-business .product .product-cate .itme .ico img {
        max-height: 65px;
    }
    .page-business .product .product-cate .itme h5 {
        font-size: .42rem;
        color: #222;
        margin: .120773rem 0 .072464rem 0;
    }
    .page-business .product .product-cate .itme p {
        text-transform: uppercase;
        color: #666;
        font-size: .289855rem;
        font-family: Arial;
    }
    .page-business .product .product-cont {
        margin-top: 60px;
    }
    .page-business .product .product-cont .cont-box {
        position: relative;
        display: none;
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
    }
    .page-business .product .product-cont .cont-box .cont-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .page-business .product .product-cont .cont-box .cont-top .pic {
        width: 100%;
    }
    .page-business .product .product-cont .cont-box .cont-top .pic img {
        width: 100%;
    }
    .page-business .product .product-cont .cont-box .cont-top .text {
        width: 100%;
        text-align: center;
        margin-bottom: .628019rem;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bt {
        font-size: .5rem;
        font-weight: bold;
        background: #fff;
        border: .120773rem solid #f8f8f8;
        border-radius: 50px;
        display: inline-block;
        padding: .144928rem .917874rem;
        color: #333;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .division {
        width: 50px;
        background: #333;
        display: none;
        height: 2px;
        margin: 25px 0 0px 10px;
    }
    .page-business .product .product-cont .cont-box .cont-top .text p {
        font-size: .338164rem;
        text-align: left;
        color: #666;
        line-height: .603865rem;
        margin-top: .603865rem;
    }
    .page-business .product .product-cont .cont-box .cont-top .text h5 {
        font-size: 62px;
        color: #f8f8f8;
        font-family: Arial;
        font-weight: bold;
        margin: 30px 0;
        display: none;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more {
        display: flex;
        align-items: center;
        display: none;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more .more-bt {
        width: 66px;
        height: 66px;
        background: url(../img/sub-mouse.png) center center no-repeat #fff100;
        border-radius: 50%;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more span {
        width: 68px;
        height: 1px;
        background: #333;
        display: block;
        margin: 0 15px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more a {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
    .page-business .product .product-cont .cont-box .cont-top .text .bottom-more:hover span {
        width: 80px;
    }
    .page-business .product .product-cont .cont-box .list-main {
        overflow: hidden;
        text-align: center;
    }
    .page-business .product .product-cont .cont-box .list-main .box {
        background: #fff100;
        padding: .241546rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .list-main .box .pic img {
        width: 100%;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5 {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        margin-top: 20px;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        display: block;
        margin-right: 10px;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text h5 a {
        font-size: .386473rem;
        color: #222;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text .more {
        font-size: .338164rem;
        color: #333;
        margin-top: .241546rem;
        display: block;
        text-align: left;
    }
    .page-business .product .product-cont .cont-box .list-main .box .text span {
        width: .7rem;
        height: .7rem;
        background: #222;
        display: block;
        border-radius: 50%;
        position: absolute;
        right: .120773rem;
        bottom: .676329rem;
        text-align: center;
        border: .0968rem solid #fff;
        font-size: .483092rem;
        color: #fff;
        line-height: .507246rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .product .product-cont .cont-box .list-main .box:hover {
        background: #fff100;
    }
    .page-business .product .product-cont .cont-box .list-main .box:hover .text span {
        background: #222;
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    .page-business .product .product-cont .cont-box .list-main .box:hover .text h5::after {
        background: #fff;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-next {
        width: .7rem;
        height: .7rem;
        background: #222;
        z-index: 9;
        text-align: center;
        line-height: .7rem;
        cursor: pointer;
        display: inline-block;
        margin: 0 .024155rem;
        margin-top: .724638rem;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-prev {
        width: .7rem;
        height: .7rem;
        background: #222;
        z-index: 9;
        text-align: center;
        line-height: .7rem;
        cursor: pointer;
        display: inline-block;
        margin-top: .724638rem;
        margin: 0 .024155rem;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: .36rem;
        color: #fff;
    }
    .page-business .product .product-cont .cont-box .list-main .product-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: .36rem;
        color: #fff;
    }
    .page-business .system {
        background: url(../img/system.jpg) 0 0 no-repeat;
        margin-top: 1.207729rem;
        position: relative;
    }
    .page-business .system .zxcontent {
        overflow: hidden;
    }
    .page-business .system .zxcontent .swiper-slide {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .page-business .system .zxcontent .pic {
        width: 100%;
        position: relative;
        padding-bottom: 1.9rem;
        margin-top: .289855rem;
    }
    .page-business .system .zxcontent .pic img {
        width: 100%;
        display: none;
    }
    .page-business .system .zxcontent .text {
        width: 100%;
        color: #fff;
    }
    .page-business .system .zxcontent .text .system-bt {
        margin-top: 1.207729rem;
    }
    .page-business .system .zxcontent .text .system-bt h5 {
        font-size: .386473rem;
        color: #fff;
        text-transform: uppercase;
    }
    .page-business .system .zxcontent .text .system-bt h4 {
        font-size: .57971rem;
        font-weight: bold;
        color: #fff100;
        border-bottom: 1px solid #ddd;
        padding-bottom: .362319rem;
    }
    .page-business .system .zxcontent .text .system-bt p {
        font-size: .386473rem;
        margin-top: .289855rem;
    }
    .page-business .system .zxcontent .text .system-cont {
        margin-top: .386473rem;
    }
    .page-business .system .zxcontent .text .system-cont h5 {
        font-size: .434783rem;
        font-weight: bold;
        color: #fff100;
    }
    .page-business .system .zxcontent .text .system-cont .cont-main {
        margin-top: .362319rem;
    }
    .page-business .system .zxcontent .text .system-cont .cont-main p {
        font-size: .338164rem;
        margin-bottom: .289855rem;
    }
    .page-business .system .pagination {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
    }
    .page-business .system .pagination .left {
        position: relative;
        width: 100%;
        background: #fff100;
        height: 1.449275rem;
    }
    .page-business .system .pagination .left span.num {
        font-size: 40px;
        font-weight: bold;
        line-height: 90px;
        margin-left: 32px;
        color: #333;
        display: none;
    }
    .page-business .system .pagination .right {
        width: 60%;
        background: url(../img/tel-ico.png) 20px center no-repeat #fff100;
        padding-left: 80px;
        line-height: 90px;
        font-size: 20px;
        color: #333;
        font-weight: bold;
        display: none;
    }
    .page-business .system .pagination .left .system-pagination {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-business .system .pagination .left .system-pagination span {
        background: #fff100;
        opacity: 1;
        padding: .193237rem;
        position: relative;
        border: 2px solid #fff100;
    }
    .page-business .system .pagination .left .system-pagination span.swiper-pagination-bullet-active {
        border: 2px solid #333;
    }
    .page-business .system .pagination .left .system-pagination span::after {
        content: '';
        background: #222;
        height: .193237rem;
        width: .193237rem;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .page-business .partner {
        margin-top: 1.207729rem;
    }
    .page-business .partner .note {
        font-size: 16px;
        margin-top: 8px;
        color: #333;
        letter-spacing: 8px;
        display: none;
    }
    .page-business .partner .zxcontent {
        position: relative;
    }
    .page-business .partner .partner-list {
        overflow: hidden;
        margin-top: 80px;
    }
    .page-business .partner .partner-list .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-business .partner .partner-list .swiper-wrapper .swiper-slide {
        width: 48.5%;
        border: 1px solid #eee;
        margin-bottom: 4%;
    }
    .page-business .partner .partner-list .swiper-slide .pic {
        position: relative;
    }
    .page-business .partner .partner-list .swiper-slide .pic img {
        width: 100%;
        display: none;
    }
    .page-business .partner .partner-list .swiper-slide .pic img.mobile {
        display: block;
    }
    .page-business .partner .partner-list .swiper-slide .pic .partner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: auto;
    }
    .page-business .partner .partner-list .swiper-slide .text {
        display: none;
    }
    .page-business .partner .partner-list .swiper-slide .text span {
        width: 3px;
        height: 25px;
        background: #fff100;
        margin: 20px auto;
        display: block;
    }
    .page-business .partner .partner-list .swiper-slide .text h5 {
        font-size: 22px;
        color: #222;
        text-align: center;
    }
    .page-business .partner .partner-list .swiper-slide .pic:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-business .partner .partner-button-next {
        width: 46px;
        height: 46px;
        background: #fff100;
        position: absolute;
        right: -65px;
        border-radius: 50%;
        bottom: 37%;
        z-index: 9;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
        display: none;
    }
    .page-business .partner .partner-button-prev {
        width: 46px;
        height: 46px;
        background: #fff100;
        position: absolute;
        left: -65px;
        border-radius: 50%;
        bottom: 37%;
        z-index: 9;
        text-align: center;
        line-height: 46px;
        cursor: pointer;
        display: none;
    }
    .page-business .partner .partner-button-next::after {
        content: 'next';
        font-family: swiper-icons;
        font-size: 24px;
        color: #fff;
    }
    .page-business .partner .partner-button-prev::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 24px;
        color: #fff;
    }
    /* 业务领域内页 */
    .page-business-cont {
        background: #f8f8f8;
        overflow: hidden;
    }
    .page-business-cont .zxcontent {
        background: #fff;
        padding: .289855rem;
        margin: 1.207729rem auto;
    }
    .page-business-cont .zxcontent .tl {
        background: #fff100;
        color: #fff;
        width: 3.381643rem;
        height: .917874rem;
        text-align: center;
        line-height: .917874rem;
        font-size: .362319rem;
        font-weight: bold;
        margin: .362319rem 0;
    }
    .page-business-cont .zxcontent .tl.position {
        position: absolute;
        left: -0.289855rem;
        top: .362319rem;
        margin: 0;
    }
    .page-business-cont .zxcontent .pic {
        position: relative;
    }
    .page-business-cont .zxcontent .pic img {
        width: 100%;
    }
    .page-business-cont .zxcontent .cont-main {
        padding-bottom: 30px;
    }
    .page-business-cont .zxcontent .cont-main p {
        color: #666;
        font-size: .338164rem;
        margin-bottom: .241546rem;
        line-height: .628019rem;
    }
    .page-business-cont .zxcontent .cont-main table {
        border-collapse: collapse;
        text-align: center;
        padding: .072464rem .362319rem;
        line-height: .845411rem;
        color: #333;
    }
    .page-business-cont .zxcontent .cont-main table,
    th,
    td {
        border: 1px solid #e3e3e3 !important;
    }
    .page-business-cont .zxcontent .cont-main .firstRow td {
        background: #222;
        color: #fff;
    }
    .page-business-cont .zxcontent .page-action {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        display: none;
    }
    .page-business-cont .zxcontent .page-action a {
        display: flex;
        font-size: 16px;
        align-items: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-weight: bold;
        width: 100%;
    }
    .page-business-cont .zxcontent .page-action a:hover {
        color: #fff100;
    }
    .page-business-cont .zxcontent .page-action a .ico {
        height: 30px;
        width: 30px;
        background: #fff100;
        position: relative;
        text-align: center;
        line-height: 30px;
        margin-right: 15px;
    }
    .page-business-cont .zxcontent .page-action a .ico::after {
        content: 'prev';
        font-family: swiper-icons;
        font-size: 16px;
        color: #fff;
    }
    .page-business-cont .zxcontent .page-action a.next .ico {
        margin-right: 0;
        margin-left: 15px;
    }
    .page-business-cont .zxcontent .page-action a.next .ico::after {
        content: 'next';
    }
    .page-business-cont .zxcontent .page-action {
        margin-bottom: 30px;
    }
}